Html Css Color HEX #9BA6E9 Perano

📋 copy color: '#9BA6E9'

red 155 ◦ green 166 ◦ blue 233

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

Shades of Perano #9BA6E9

Tints of Perano #9BA6E9

RGB

 RED value IS 155 (60.94% from 255) = 27.98%

 GREEN value IS 166 (65.23% from 255) = 29.96%

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 27.98%
G = 29.96%
B = 42.06%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9BA6E9 (or 0x9BA6E9) is known color: Perano. HEX triplet: 9B, A6 and E9. RGB value is (155,166,233). Sum of RGB (Red+Green+Blue) = 155+166+233=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BA6E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA6E9 is #645916. Grayscale: #AAAAAA. Windows color (decimal): -6576407 or 15312539. OLE color: 15312539.

HSL color Cylindrical-coordinate representation of color #9BA6E9: hue angle of 231.54º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA6E9 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 166 233 -
CMYK 0.33 0.29 0 0.09
HSL 231.54º 0.64% 0.76% -
HSV(B) 231.54º 0.33% 0.91% -
XYZ 41.86 40.12 82.63 -
YUV 170.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 155 166 233 0.33 0.29 0 0.09 231.54 0.64 0.76
Hex 9B A6 E9 21 1D 0 9 E8 40 4C
Octal 233 246 351 41 35 0 11 350 100 114
Binary 10011011 10100110 11101001 100001 11101 0 1001 11101000 1000000 1001100

Color Harmonies of #9BA6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6E9

Black with #9BA6E9

Text Example


Text Example

White with #9BA6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,233); }

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

background-color css

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

 a { background-color: rgb(155,166,233); }

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

border-color css

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

 span { border-color: rgb(155,166,233); }

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