Html Css Color HEX #919DCC Portage

📋 copy color: '#919DCC'

red 145 ◦ green 157 ◦ blue 204

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

Shades of Portage #919DCC

Tints of Portage #919DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 28.66%
G = 31.03%
B = 40.32%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#919DCC (or 0x919DCC) is known color: Portage. HEX triplet: 91, 9D and CC. RGB value is (145,157,204). Sum of RGB (Red+Green+Blue) = 145+157+204=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #919DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DCC is #6E6233. Grayscale: #9E9E9E. Windows color (decimal): -7234100 or 13409681. OLE color: 13409681.

HSL color Cylindrical-coordinate representation of color #919DCC: hue angle of 227.8º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919DCC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 157 204 -
CMYK 0.29 0.23 0 0.2
HSL 227.8º 0.37% 0.68% -
HSV(B) 227.8º 0.29% 0.8% -
XYZ 34.63 34.49 61.96 -
YUV 158.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 145 157 204 0.29 0.23 0 0.2 227.8 0.37 0.68
Hex 91 9D CC 1D 17 0 14 E4 25 44
Octal 221 235 314 35 27 0 24 344 45 104
Binary 10010001 10011101 11001100 11101 10111 0 10100 11100100 100101 1000100

Color Harmonies of #919DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919DCC

Black with #919DCC

Text Example


Text Example

White with #919DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,157,204); }

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

background-color css

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

 a { background-color: rgb(145,157,204); }

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

border-color css

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

 span { border-color: rgb(145,157,204); }

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