Html Css Color HEX #92A5DC Portage

📋 copy color: '#92A5DC'

red 146 ◦ green 165 ◦ blue 220

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

Shades of Portage #92A5DC

Tints of Portage #92A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 27.5%
G = 31.07%
B = 41.43%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92A5DC (or 0x92A5DC) is known color: Portage. HEX triplet: 92, A5 and DC. RGB value is (146,165,220). Sum of RGB (Red+Green+Blue) = 146+165+220=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #92A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5DC is #6D5A23. Grayscale: #A5A5A5. Windows color (decimal): -7166500 or 14460306. OLE color: 14460306.

HSL color Cylindrical-coordinate representation of color #92A5DC: hue angle of 224.59º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A5DC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 165 220 -
CMYK 0.34 0.25 0 0.14
HSL 224.59º 0.51% 0.72% -
HSV(B) 224.59º 0.34% 0.86% -
XYZ 38.23 38.19 73.07 -
YUV 165.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 146 165 220 0.34 0.25 0 0.14 224.59 0.51 0.72
Hex 92 A5 DC 22 19 0 E E1 33 48
Octal 222 245 334 42 31 0 16 341 63 110
Binary 10010010 10100101 11011100 100010 11001 0 1110 11100001 110011 1001000

Color Harmonies of #92A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A5DC

Black with #92A5DC

Text Example


Text Example

White with #92A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A5DC; }

 p { color: rgb(146,165,220); }

 H1.HeaderClassName
 {
   color: #92A5DC;
 }
 .AnyTagClassName
 {
   color: #92A5DC;
 }
</style>

background-color css

<style>
 a { background-color: #92A5DC; }

 a { background-color: rgb(146,165,220); }

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

border-color css

<style>
 span { border-color: #92A5DC; }

 span { border-color: rgb(146,165,220); }

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