Html Css Color HEX #9AB4FA Perano

📋 copy color: '#9AB4FA'

red 154 ◦ green 180 ◦ blue 250

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

Shades of Perano #9AB4FA

Tints of Perano #9AB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.82%

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

R = 26.37%
G = 30.82%
B = 42.81%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AB4FA (or 0x9AB4FA) is known color: Perano. HEX triplet: 9A, B4 and FA. RGB value is (154,180,250). Sum of RGB (Red+Green+Blue) = 154+180+250=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB4FA is #654B05. Grayscale: #B3B3B3. Windows color (decimal): -6638342 or 16430234. OLE color: 16430234.

HSL color Cylindrical-coordinate representation of color #9AB4FA: hue angle of 223.75º 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 #9AB4FA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 180 250 -
CMYK 0.38 0.28 0 0.02
HSL 223.75º 0.91% 0.79% -
HSV(B) 223.75º 0.38% 0.98% -
XYZ 46.9 46.41 96.93 -
YUV 180.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 154 180 250 0.38 0.28 0 0.02 223.75 0.91 0.79
Hex 9A B4 FA 26 1C 0 2 E0 5B 4F
Octal 232 264 372 46 34 0 2 340 133 117
Binary 10011010 10110100 11111010 100110 11100 0 10 11100000 1011011 1001111

Color Harmonies of #9AB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4FA

Black with #9AB4FA

Text Example


Text Example

White with #9AB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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