Html Css Color HEX #9B9EDF Blue Bell

📋 copy color: '#9B9EDF'

red 155 ◦ green 158 ◦ blue 223

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

Shades of Blue Bell #9B9EDF

Tints of Blue Bell #9B9EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.48%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 28.92%
G = 29.48%
B = 41.6%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B9EDF (or 0x9B9EDF) is known color: Blue Bell. HEX triplet: 9B, 9E and DF. RGB value is (155,158,223). Sum of RGB (Red+Green+Blue) = 155+158+223=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EDF is #646120. Grayscale: #A4A4A4. Windows color (decimal): -6578465 or 14655131. OLE color: 14655131.

HSL color Cylindrical-coordinate representation of color #9B9EDF: hue angle of 237.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9EDF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 158 223 -
CMYK 0.30 0.29 0 0.13
HSL 237.35º 0.52% 0.74% -
HSV(B) 237.35º 0.3% 0.87% -
XYZ 39.06 36.75 74.85 -
YUV 164.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 155 158 223 0.30 0.29 0 0.13 237.35 0.52 0.74
Hex 9B 9E DF 1E 1D 0 D ED 34 4A
Octal 233 236 337 36 35 0 15 355 64 112
Binary 10011011 10011110 11011111 11110 11101 0 1101 11101101 110100 1001010

Color Harmonies of #9B9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9EDF

Black with #9B9EDF

Text Example


Text Example

White with #9B9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,158,223); }

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

background-color css

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

 a { background-color: rgb(155,158,223); }

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

border-color css

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

 span { border-color: rgb(155,158,223); }

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