Html Css Color HEX #929CC9 Portage

📋 copy color: '#929CC9'

red 146 ◦ green 156 ◦ blue 201

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

Shades of Portage #929CC9

Tints of Portage #929CC9

RGB

 RED value IS 146 (57.42% from 255) = 29.03%

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 29.03%
G = 31.01%
B = 39.96%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#929CC9 (or 0x929CC9) is known color: Portage. HEX triplet: 92, 9C and C9. RGB value is (146,156,201). Sum of RGB (Red+Green+Blue) = 146+156+201=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #929CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CC9 is #6D6336. Grayscale: #9D9D9D. Windows color (decimal): -7168823 or 13212818. OLE color: 13212818.

HSL color Cylindrical-coordinate representation of color #929CC9: hue angle of 229.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929CC9 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 156 201 -
CMYK 0.27 0.22 0 0.21
HSL 229.09º 0.34% 0.68% -
HSV(B) 229.09º 0.27% 0.79% -
XYZ 34.29 34.1 60.03 -
YUV 158.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 146 156 201 0.27 0.22 0 0.21 229.09 0.34 0.68
Hex 92 9C C9 1B 16 0 15 E5 22 44
Octal 222 234 311 33 26 0 25 345 42 104
Binary 10010010 10011100 11001001 11011 10110 0 10101 11100101 100010 1000100

Color Harmonies of #929CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929CC9

Black with #929CC9

Text Example


Text Example

White with #929CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929CC9; }

 p { color: rgb(146,156,201); }

 H1.HeaderClassName
 {
   color: #929CC9;
 }
 .AnyTagClassName
 {
   color: #929CC9;
 }
</style>

background-color css

<style>
 a { background-color: #929CC9; }

 a { background-color: rgb(146,156,201); }

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

border-color css

<style>
 span { border-color: #929CC9; }

 span { border-color: rgb(146,156,201); }

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