Html Css Color HEX #9BA1DA Blue Bell

📋 copy color: '#9BA1DA'

red 155 ◦ green 161 ◦ blue 218

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

Shades of Blue Bell #9BA1DA

Tints of Blue Bell #9BA1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 29.03%
G = 30.15%
B = 40.82%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BA1DA (or 0x9BA1DA) is known color: Blue Bell. HEX triplet: 9B, A1 and DA. RGB value is (155,161,218). Sum of RGB (Red+Green+Blue) = 155+161+218=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1DA is #645E25. Grayscale: #A5A5A5. Windows color (decimal): -6577702 or 14328219. OLE color: 14328219.

HSL color Cylindrical-coordinate representation of color #9BA1DA: hue angle of 234.29º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA1DA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 161 218 -
CMYK 0.29 0.26 0 0.15
HSL 234.29º 0.46% 0.73% -
HSV(B) 234.29º 0.29% 0.85% -
XYZ 38.92 37.52 71.52 -
YUV 165.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 155 161 218 0.29 0.26 0 0.15 234.29 0.46 0.73
Hex 9B A1 DA 1D 1A 0 F EA 2E 49
Octal 233 241 332 35 32 0 17 352 56 111
Binary 10011011 10100001 11011010 11101 11010 0 1111 11101010 101110 1001001

Color Harmonies of #9BA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA1DA

Black with #9BA1DA

Text Example


Text Example

White with #9BA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,218); }

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

background-color css

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

 a { background-color: rgb(155,161,218); }

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

border-color css

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

 span { border-color: rgb(155,161,218); }

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