Html Css Color HEX #919CEC Portage

📋 copy color: '#919CEC'

red 145 ◦ green 156 ◦ blue 236

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

Shades of Portage #919CEC

Tints of Portage #919CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 27%
G = 29.05%
B = 43.95%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#919CEC (or 0x919CEC) is known color: Portage. HEX triplet: 91, 9C and EC. RGB value is (145,156,236). Sum of RGB (Red+Green+Blue) = 145+156+236=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #919CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CEC is #6E6313. Grayscale: #A1A1A1. Windows color (decimal): -7234324 or 15506577. OLE color: 15506577.

HSL color Cylindrical-coordinate representation of color #919CEC: hue angle of 232.75º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919CEC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 156 236 -
CMYK 0.39 0.34 0 0.07
HSL 232.75º 0.71% 0.75% -
HSV(B) 232.75º 0.39% 0.93% -
XYZ 38.71 35.85 84.24 -
YUV 161.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 145 156 236 0.39 0.34 0 0.07 232.75 0.71 0.75
Hex 91 9C EC 27 22 0 7 E9 47 4B
Octal 221 234 354 47 42 0 7 351 107 113
Binary 10010001 10011100 11101100 100111 100010 0 111 11101001 1000111 1001011

Color Harmonies of #919CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CEC

Black with #919CEC

Text Example


Text Example

White with #919CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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