Html Css Color HEX #919CDE Portage

📋 copy color: '#919CDE'

red 145 ◦ green 156 ◦ blue 222

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

Shades of Portage #919CDE

Tints of Portage #919CDE

RGB

 RED value IS 145 (57.03% from 255) = 27.72%

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

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 27.72%
G = 29.83%
B = 42.45%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#919CDE (or 0x919CDE) is known color: Portage. HEX triplet: 91, 9C and DE. RGB value is (145,156,222). Sum of RGB (Red+Green+Blue) = 145+156+222=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #919CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CDE is #6E6321. Grayscale: #9F9F9F. Windows color (decimal): -7234338 or 14589073. OLE color: 14589073.

HSL color Cylindrical-coordinate representation of color #919CDE: hue angle of 231.43º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919CDE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 156 222 -
CMYK 0.35 0.30 0 0.13
HSL 231.43º 0.54% 0.72% -
HSV(B) 231.43º 0.35% 0.87% -
XYZ 36.75 35.07 73.94 -
YUV 160.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 145 156 222 0.35 0.30 0 0.13 231.43 0.54 0.72
Hex 91 9C DE 23 1E 0 D E7 36 48
Octal 221 234 336 43 36 0 15 347 66 110
Binary 10010001 10011100 11011110 100011 11110 0 1101 11100111 110110 1001000

Color Harmonies of #919CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CDE

Black with #919CDE

Text Example


Text Example

White with #919CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919CDE; }

 p { color: rgb(145,156,222); }

 H1.HeaderClassName
 {
   color: #919CDE;
 }
 .AnyTagClassName
 {
   color: #919CDE;
 }
</style>

background-color css

<style>
 a { background-color: #919CDE; }

 a { background-color: rgb(145,156,222); }

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

border-color css

<style>
 span { border-color: #919CDE; }

 span { border-color: rgb(145,156,222); }

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