Html Css Color HEX #92A7DA Portage

📋 copy color: '#92A7DA'

red 146 ◦ green 167 ◦ blue 218

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

Shades of Portage #92A7DA

Tints of Portage #92A7DA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.45%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 27.5%
G = 31.45%
B = 41.05%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92A7DA (or 0x92A7DA) is known color: Portage. HEX triplet: 92, A7 and DA. RGB value is (146,167,218). Sum of RGB (Red+Green+Blue) = 146+167+218=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #92A7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A7DA is #6D5825. Grayscale: #A6A6A6. Windows color (decimal): -7165990 or 14329746. OLE color: 14329746.

HSL color Cylindrical-coordinate representation of color #92A7DA: hue angle of 222.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A7DA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 167 218 -
CMYK 0.33 0.23 0 0.15
HSL 222.5º 0.49% 0.71% -
HSV(B) 222.5º 0.33% 0.85% -
XYZ 38.33 38.81 71.8 -
YUV 166.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 146 167 218 0.33 0.23 0 0.15 222.5 0.49 0.71
Hex 92 A7 DA 21 17 0 F DE 31 47
Octal 222 247 332 41 27 0 17 336 61 107
Binary 10010010 10100111 11011010 100001 10111 0 1111 11011110 110001 1000111

Color Harmonies of #92A7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A7DA

Black with #92A7DA

Text Example


Text Example

White with #92A7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,167,218); }

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

background-color css

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

 a { background-color: rgb(146,167,218); }

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

border-color css

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

 span { border-color: rgb(146,167,218); }

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