Html Css Color HEX #919CDA Portage

📋 copy color: '#919CDA'

red 145 ◦ green 156 ◦ blue 218

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

Shades of Portage #919CDA

Tints of Portage #919CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 27.94%
G = 30.06%
B = 42%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#919CDA (or 0x919CDA) is known color: Portage. HEX triplet: 91, 9C and DA. RGB value is (145,156,218). Sum of RGB (Red+Green+Blue) = 145+156+218=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #919CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CDA is #6E6325. Grayscale: #9F9F9F. Windows color (decimal): -7234342 or 14326929. OLE color: 14326929.

HSL color Cylindrical-coordinate representation of color #919CDA: hue angle of 230.96º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919CDA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 156 218 -
CMYK 0.33 0.28 0 0.15
HSL 230.96º 0.5% 0.71% -
HSV(B) 230.96º 0.33% 0.85% -
XYZ 36.22 34.86 71.15 -
YUV 159.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 145 156 218 0.33 0.28 0 0.15 230.96 0.5 0.71
Hex 91 9C DA 21 1C 0 F E7 32 47
Octal 221 234 332 41 34 0 17 347 62 107
Binary 10010001 10011100 11011010 100001 11100 0 1111 11100111 110010 1000111

Color Harmonies of #919CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919CDA

Black with #919CDA

Text Example


Text Example

White with #919CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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