Html Css Color HEX #90A7ED Portage

📋 copy color: '#90A7ED'

red 144 ◦ green 167 ◦ blue 237

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

Shades of Portage #90A7ED

Tints of Portage #90A7ED

RGB

 RED value IS 144 (56.64% from 255) = 26.28%

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 26.28%
G = 30.47%
B = 43.25%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90A7ED (or 0x90A7ED) is known color: Portage. HEX triplet: 90, A7 and ED. RGB value is (144,167,237). Sum of RGB (Red+Green+Blue) = 144+167+237=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #90A7ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A7ED is #6F5812. Grayscale: #A7A7A7. Windows color (decimal): -7297043 or 15574928. OLE color: 15574928.

HSL color Cylindrical-coordinate representation of color #90A7ED: hue angle of 225.16º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A7ED is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 167 237 -
CMYK 0.39 0.30 0 0.07
HSL 225.16º 0.72% 0.75% -
HSV(B) 225.16º 0.39% 0.93% -
XYZ 40.61 39.68 85.64 -
YUV 168.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 144 167 237 0.39 0.30 0 0.07 225.16 0.72 0.75
Hex 90 A7 ED 27 1E 0 7 E1 48 4B
Octal 220 247 355 47 36 0 7 341 110 113
Binary 10010000 10100111 11101101 100111 11110 0 111 11100001 1001000 1001011

Color Harmonies of #90A7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A7ED

Black with #90A7ED

Text Example


Text Example

White with #90A7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A7ED; }

 p { color: rgb(144,167,237); }

 H1.HeaderClassName
 {
   color: #90A7ED;
 }
 .AnyTagClassName
 {
   color: #90A7ED;
 }
</style>

background-color css

<style>
 a { background-color: #90A7ED; }

 a { background-color: rgb(144,167,237); }

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

border-color css

<style>
 span { border-color: #90A7ED; }

 span { border-color: rgb(144,167,237); }

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