Html Css Color HEX #919BCC Portage

📋 copy color: '#919BCC'

red 145 ◦ green 155 ◦ blue 204

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

Shades of Portage #919BCC

Tints of Portage #919BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

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

R = 28.77%
G = 30.75%
B = 40.48%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#919BCC (or 0x919BCC) is known color: Portage. HEX triplet: 91, 9B and CC. RGB value is (145,155,204). Sum of RGB (Red+Green+Blue) = 145+155+204=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #919BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BCC is #6E6433. Grayscale: #9D9D9D. Windows color (decimal): -7234612 or 13409169. OLE color: 13409169.

HSL color Cylindrical-coordinate representation of color #919BCC: hue angle of 229.83º 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 #919BCC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 155 204 -
CMYK 0.29 0.24 0 0.2
HSL 229.83º 0.37% 0.68% -
HSV(B) 229.83º 0.29% 0.8% -
XYZ 34.3 33.82 61.85 -
YUV 157.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 145 155 204 0.29 0.24 0 0.2 229.83 0.37 0.68
Hex 91 9B CC 1D 18 0 14 E6 25 44
Octal 221 233 314 35 30 0 24 346 45 104
Binary 10010001 10011011 11001100 11101 11000 0 10100 11100110 100101 1000100

Color Harmonies of #919BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919BCC

Black with #919BCC

Text Example


Text Example

White with #919BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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