Html Css Color HEX #9AB7FA Perano

📋 copy color: '#9AB7FA'

red 154 ◦ green 183 ◦ blue 250

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

Shades of Perano #9AB7FA

Tints of Perano #9AB7FA

RGB

 RED value IS 154 (60.55% from 255) = 26.24%

 GREEN value IS 183 (71.88% from 255) = 31.18%

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 26.24%
G = 31.18%
B = 42.59%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AB7FA (or 0x9AB7FA) is known color: Perano. HEX triplet: 9A, B7 and FA. RGB value is (154,183,250). Sum of RGB (Red+Green+Blue) = 154+183+250=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB7FA is #654805. Grayscale: #B5B5B5. Windows color (decimal): -6637574 or 16431002. OLE color: 16431002.

HSL color Cylindrical-coordinate representation of color #9AB7FA: hue angle of 221.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB7FA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 183 250 -
CMYK 0.38 0.27 0 0.02
HSL 221.88º 0.91% 0.79% -
HSV(B) 221.88º 0.38% 0.98% -
XYZ 47.52 47.64 97.13 -
YUV 181.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 154 183 250 0.38 0.27 0 0.02 221.88 0.91 0.79
Hex 9A B7 FA 26 1B 0 2 DE 5B 4F
Octal 232 267 372 46 33 0 2 336 133 117
Binary 10011010 10110111 11111010 100110 11011 0 10 11011110 1011011 1001111

Color Harmonies of #9AB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB7FA

Black with #9AB7FA

Text Example


Text Example

White with #9AB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB7FA; }

 p { color: rgb(154,183,250); }

 H1.HeaderClassName
 {
   color: #9AB7FA;
 }
 .AnyTagClassName
 {
   color: #9AB7FA;
 }
</style>

background-color css

<style>
 a { background-color: #9AB7FA; }

 a { background-color: rgb(154,183,250); }

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

border-color css

<style>
 span { border-color: #9AB7FA; }

 span { border-color: rgb(154,183,250); }

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