Html Css Color HEX #929ED0 Portage

📋 copy color: '#929ED0'

red 146 ◦ green 158 ◦ blue 208

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

Shades of Portage #929ED0

Tints of Portage #929ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 28.52%
G = 30.86%
B = 40.63%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#929ED0 (or 0x929ED0) is known color: Portage. HEX triplet: 92, 9E and D0. RGB value is (146,158,208). Sum of RGB (Red+Green+Blue) = 146+158+208=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #929ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ED0 is #6D612F. Grayscale: #9F9F9F. Windows color (decimal): -7168304 or 13672082. OLE color: 13672082.

HSL color Cylindrical-coordinate representation of color #929ED0: hue angle of 228.39º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929ED0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 158 208 -
CMYK 0.30 0.24 0 0.18
HSL 228.39º 0.4% 0.69% -
HSV(B) 228.39º 0.3% 0.82% -
XYZ 35.47 35.12 64.58 -
YUV 160.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 146 158 208 0.30 0.24 0 0.18 228.39 0.4 0.69
Hex 92 9E D0 1E 18 0 12 E4 28 45
Octal 222 236 320 36 30 0 22 344 50 105
Binary 10010010 10011110 11010000 11110 11000 0 10010 11100100 101000 1000101

Color Harmonies of #929ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929ED0

Black with #929ED0

Text Example


Text Example

White with #929ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,158,208); }

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

background-color css

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

 a { background-color: rgb(146,158,208); }

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

border-color css

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

 span { border-color: rgb(146,158,208); }

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