Html Css Color HEX #929FCE Portage

📋 copy color: '#929FCE'

red 146 ◦ green 159 ◦ blue 206

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

Shades of Portage #929FCE

Tints of Portage #929FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.12%

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 28.57%
G = 31.12%
B = 40.31%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#929FCE (or 0x929FCE) is known color: Portage. HEX triplet: 92, 9F and CE. RGB value is (146,159,206). Sum of RGB (Red+Green+Blue) = 146+159+206=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #929FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FCE is #6D6031. Grayscale: #A0A0A0. Windows color (decimal): -7168050 or 13541266. OLE color: 13541266.

HSL color Cylindrical-coordinate representation of color #929FCE: hue angle of 227º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929FCE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 159 206 -
CMYK 0.29 0.23 0 0.19
HSL 227º 0.38% 0.69% -
HSV(B) 227º 0.29% 0.81% -
XYZ 35.39 35.36 63.35 -
YUV 160.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 146 159 206 0.29 0.23 0 0.19 227 0.38 0.69
Hex 92 9F CE 1D 17 0 13 E3 26 45
Octal 222 237 316 35 27 0 23 343 46 105
Binary 10010010 10011111 11001110 11101 10111 0 10011 11100011 100110 1000101

Color Harmonies of #929FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929FCE

Black with #929FCE

Text Example


Text Example

White with #929FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,159,206); }

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

background-color css

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

 a { background-color: rgb(146,159,206); }

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

border-color css

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

 span { border-color: rgb(146,159,206); }

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