Html Css Color HEX #968CCB Blue Bell

📋 copy color: '#968CCB'

red 150 ◦ green 140 ◦ blue 203

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

Shades of Blue Bell #968CCB

Tints of Blue Bell #968CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 30.43%
G = 28.4%
B = 41.18%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#968CCB (or 0x968CCB) is known color: Blue Bell. HEX triplet: 96, 8C and CB. RGB value is (150,140,203). Sum of RGB (Red+Green+Blue) = 150+140+203=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #968CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CCB is #697334. Grayscale: #959595. Windows color (decimal): -6910773 or 13339798. OLE color: 13339798.

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

Color convert

RGB 150 140 203 -
CMYK 0.26 0.31 0 0.20
HSL 249.52º 0.38% 0.67% -
HSV(B) 249.52º 0.31% 0.8% -
XYZ 32.74 29.55 60.48 -
YUV 150.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 150 140 203 0.26 0.31 0 0.20 249.52 0.38 0.67
Hex 96 8C CB 1A 1F 0 14 FA 26 43
Octal 226 214 313 32 37 0 24 372 46 103
Binary 10010110 10001100 11001011 11010 11111 0 10100 11111010 100110 1000011

Color Harmonies of #968CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CCB

Black with #968CCB

Text Example


Text Example

White with #968CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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