Html Css Color HEX #968BCB Blue Bell

📋 copy color: '#968BCB'

red 150 ◦ green 139 ◦ blue 203

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

Shades of Blue Bell #968BCB

Tints of Blue Bell #968BCB

RGB

 RED value IS 150 (58.98% from 255) = 30.49%

 GREEN value IS 139 (54.69% from 255) = 28.25%

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 30.49%
G = 28.25%
B = 41.26%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#968BCB (or 0x968BCB) is known color: Blue Bell. HEX triplet: 96, 8B and CB. RGB value is (150,139,203). Sum of RGB (Red+Green+Blue) = 150+139+203=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #968BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BCB is #697434. Grayscale: #959595. Windows color (decimal): -6911029 or 13339542. OLE color: 13339542.

HSL color Cylindrical-coordinate representation of color #968BCB: hue angle of 250.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968BCB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 139 203 -
CMYK 0.26 0.32 0 0.20
HSL 250.31º 0.38% 0.67% -
HSV(B) 250.31º 0.32% 0.8% -
XYZ 32.59 29.26 60.43 -
YUV 149.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 150 139 203 0.26 0.32 0 0.20 250.31 0.38 0.67
Hex 96 8B CB 1A 20 0 14 FA 26 43
Octal 226 213 313 32 40 0 24 372 46 103
Binary 10010110 10001011 11001011 11010 100000 0 10100 11111010 100110 1000011

Color Harmonies of #968BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BCB

Black with #968BCB

Text Example


Text Example

White with #968BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968BCB; }

 p { color: rgb(150,139,203); }

 H1.HeaderClassName
 {
   color: #968BCB;
 }
 .AnyTagClassName
 {
   color: #968BCB;
 }
</style>

background-color css

<style>
 a { background-color: #968BCB; }

 a { background-color: rgb(150,139,203); }

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

border-color css

<style>
 span { border-color: #968BCB; }

 span { border-color: rgb(150,139,203); }

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