Html Css Color HEX #9BA9F1 Perano

📋 copy color: '#9BA9F1'

red 155 ◦ green 169 ◦ blue 241

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

Shades of Perano #9BA9F1

Tints of Perano #9BA9F1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.91%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 27.43%
G = 29.91%
B = 42.65%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BA9F1 (or 0x9BA9F1) is known color: Perano. HEX triplet: 9B, A9 and F1. RGB value is (155,169,241). Sum of RGB (Red+Green+Blue) = 155+169+241=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BA9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9F1 is #64560E. Grayscale: #ACACAC. Windows color (decimal): -6575631 or 15837595. OLE color: 15837595.

HSL color Cylindrical-coordinate representation of color #9BA9F1: hue angle of 230.23º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA9F1 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 169 241 -
CMYK 0.36 0.30 0 0.05
HSL 230.23º 0.75% 0.78% -
HSV(B) 230.23º 0.36% 0.95% -
XYZ 43.58 41.7 88.97 -
YUV 173.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 155 169 241 0.36 0.30 0 0.05 230.23 0.75 0.78
Hex 9B A9 F1 24 1E 0 5 E6 4B 4E
Octal 233 251 361 44 36 0 5 346 113 116
Binary 10011011 10101001 11110001 100100 11110 0 101 11100110 1001011 1001110

Color Harmonies of #9BA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA9F1

Black with #9BA9F1

Text Example


Text Example

White with #9BA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,241); }

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

background-color css

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

 a { background-color: rgb(155,169,241); }

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

border-color css

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

 span { border-color: rgb(155,169,241); }

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