Html Css Color HEX #968DCF Blue Bell

📋 copy color: '#968DCF'

red 150 ◦ green 141 ◦ blue 207

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

Shades of Blue Bell #968DCF

Tints of Blue Bell #968DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.31%

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

R = 30.12%
G = 28.31%
B = 41.57%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#968DCF (or 0x968DCF) is known color: Blue Bell. HEX triplet: 96, 8D and CF. RGB value is (150,141,207). Sum of RGB (Red+Green+Blue) = 150+141+207=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #968DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DCF is #697230. Grayscale: #969696. Windows color (decimal): -6910513 or 13602198. OLE color: 13602198.

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

Color convert

RGB 150 141 207 -
CMYK 0.28 0.32 0 0.19
HSL 248.18º 0.41% 0.68% -
HSV(B) 248.18º 0.32% 0.81% -
XYZ 33.37 30.04 63.07 -
YUV 151.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 150 141 207 0.28 0.32 0 0.19 248.18 0.41 0.68
Hex 96 8D CF 1C 20 0 13 F8 29 44
Octal 226 215 317 34 40 0 23 370 51 104
Binary 10010110 10001101 11001111 11100 100000 0 10011 11111000 101001 1000100

Color Harmonies of #968DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968DCF

Black with #968DCF

Text Example


Text Example

White with #968DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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