Html Css Color HEX #92A5DD Portage

📋 copy color: '#92A5DD'

red 146 ◦ green 165 ◦ blue 221

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

Shades of Portage #92A5DD

Tints of Portage #92A5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 27.44%
G = 31.02%
B = 41.54%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92A5DD (or 0x92A5DD) is known color: Portage. HEX triplet: 92, A5 and DD. RGB value is (146,165,221). Sum of RGB (Red+Green+Blue) = 146+165+221=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #92A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5DD is #6D5A22. Grayscale: #A5A5A5. Windows color (decimal): -7166499 or 14525842. OLE color: 14525842.

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

Color convert

RGB 146 165 221 -
CMYK 0.34 0.25 0 0.13
HSL 224.8º 0.52% 0.72% -
HSV(B) 224.8º 0.34% 0.87% -
XYZ 38.36 38.24 73.77 -
YUV 165.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 146 165 221 0.34 0.25 0 0.13 224.8 0.52 0.72
Hex 92 A5 DD 22 19 0 D E1 34 48
Octal 222 245 335 42 31 0 15 341 64 110
Binary 10010010 10100101 11011101 100010 11001 0 1101 11100001 110100 1001000

Color Harmonies of #92A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A5DD

Black with #92A5DD

Text Example


Text Example

White with #92A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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