Html Css Color HEX #968BCF Blue Bell

📋 copy color: '#968BCF'

red 150 ◦ green 139 ◦ blue 207

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

Shades of Blue Bell #968BCF

Tints of Blue Bell #968BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 30.24%
G = 28.02%
B = 41.73%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#968BCF (or 0x968BCF) is known color: Blue Bell. HEX triplet: 96, 8B and CF. RGB value is (150,139,207). Sum of RGB (Red+Green+Blue) = 150+139+207=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #968BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BCF is #697430. Grayscale: #959595. Windows color (decimal): -6911025 or 13601686. OLE color: 13601686.

HSL color Cylindrical-coordinate representation of color #968BCF: hue angle of 249.71º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968BCF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 139 207 -
CMYK 0.28 0.33 0 0.19
HSL 249.71º 0.41% 0.68% -
HSV(B) 249.71º 0.33% 0.81% -
XYZ 33.07 29.45 62.97 -
YUV 150.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 150 139 207 0.28 0.33 0 0.19 249.71 0.41 0.68
Hex 96 8B CF 1C 21 0 13 FA 29 44
Octal 226 213 317 34 41 0 23 372 51 104
Binary 10010110 10001011 11001111 11100 100001 0 10011 11111010 101001 1000100

Color Harmonies of #968BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BCF

Black with #968BCF

Text Example


Text Example

White with #968BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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