Html Css Color HEX #929CDD Portage

📋 copy color: '#929CDD'

red 146 ◦ green 156 ◦ blue 221

#929CDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #929CDD

Tints of Portage #929CDD

RGB

 RED value IS 146 (57.42% from 255) = 27.92%

 GREEN value IS 156 (61.33% from 255) = 29.83%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 27.92%
G = 29.83%
B = 42.26%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#929CDD (or 0x929CDD) is known color: Portage. HEX triplet: 92, 9C and DD. RGB value is (146,156,221). Sum of RGB (Red+Green+Blue) = 146+156+221=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #929CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CDD is #6D6322. Grayscale: #A0A0A0. Windows color (decimal): -7168803 or 14523538. OLE color: 14523538.

HSL color Cylindrical-coordinate representation of color #929CDD: hue angle of 232º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929CDD is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 156 221 -
CMYK 0.34 0.29 0 0.13
HSL 232º 0.52% 0.72% -
HSV(B) 232º 0.34% 0.87% -
XYZ 36.79 35.11 73.24 -
YUV 160.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 146 156 221 0.34 0.29 0 0.13 232 0.52 0.72
Hex 92 9C DD 22 1D 0 D E8 34 48
Octal 222 234 335 42 35 0 15 350 64 110
Binary 10010010 10011100 11011101 100010 11101 0 1101 11101000 110100 1001000

Color Harmonies of #929CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929CDD

Black with #929CDD

Text Example


Text Example

White with #929CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929CDD; }

 p { color: rgb(146,156,221); }

 H1.HeaderClassName
 {
   color: #929CDD;
 }
 .AnyTagClassName
 {
   color: #929CDD;
 }
</style>

background-color css

<style>
 a { background-color: #929CDD; }

 a { background-color: rgb(146,156,221); }

 div.DivClassName
 {
   background-color: #929CDD;
 }
 .BgClassName
 {
   background-color: #929CDD;
 }
</style>

border-color css

<style>
 span { border-color: #929CDD; }

 span { border-color: rgb(146,156,221); }

 td.TdClassName
 {
   border-color: #929CDD;
 }
 .TagClassName
 {
   border-color: #929CDD;
 }
</style>