Html Css Color HEX #9BB7EA Perano

📋 copy color: '#9BB7EA'

red 155 ◦ green 183 ◦ blue 234

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

Shades of Perano #9BB7EA

Tints of Perano #9BB7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 27.1%
G = 31.99%
B = 40.91%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BB7EA (or 0x9BB7EA) is known color: Perano. HEX triplet: 9B, B7 and EA. RGB value is (155,183,234). Sum of RGB (Red+Green+Blue) = 155+183+234=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB7EA is #644815. Grayscale: #B4B4B4. Windows color (decimal): -6572054 or 15382427. OLE color: 15382427.

HSL color Cylindrical-coordinate representation of color #9BB7EA: hue angle of 218.73º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB7EA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 183 234 -
CMYK 0.34 0.22 0 0.08
HSL 218.73º 0.65% 0.76% -
HSV(B) 218.73º 0.34% 0.92% -
XYZ 45.3 46.78 84.48 -
YUV 180.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 155 183 234 0.34 0.22 0 0.08 218.73 0.65 0.76
Hex 9B B7 EA 22 16 0 8 DB 41 4C
Octal 233 267 352 42 26 0 10 333 101 114
Binary 10011011 10110111 11101010 100010 10110 0 1000 11011011 1000001 1001100

Color Harmonies of #9BB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7EA

Black with #9BB7EA

Text Example


Text Example

White with #9BB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,183,234); }

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

background-color css

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

 a { background-color: rgb(155,183,234); }

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

border-color css

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

 span { border-color: rgb(155,183,234); }

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