Html Css Color HEX #968DCD Blue Bell

📋 copy color: '#968DCD'

red 150 ◦ green 141 ◦ blue 205

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

Shades of Blue Bell #968DCD

Tints of Blue Bell #968DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 30.24%
G = 28.43%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#968DCD (or 0x968DCD) is known color: Blue Bell. HEX triplet: 96, 8D and CD. RGB value is (150,141,205). Sum of RGB (Red+Green+Blue) = 150+141+205=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #968DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DCD is #697232. Grayscale: #969696. Windows color (decimal): -6910515 or 13471126. OLE color: 13471126.

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

Color convert

RGB 150 141 205 -
CMYK 0.27 0.31 0 0.20
HSL 248.44º 0.39% 0.68% -
HSV(B) 248.44º 0.31% 0.8% -
XYZ 33.12 29.94 61.79 -
YUV 150.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 150 141 205 0.27 0.31 0 0.20 248.44 0.39 0.68
Hex 96 8D CD 1B 1F 0 14 F8 27 44
Octal 226 215 315 33 37 0 24 370 47 104
Binary 10010110 10001101 11001101 11011 11111 0 10100 11111000 100111 1000100

Color Harmonies of #968DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968DCD

Black with #968DCD

Text Example


Text Example

White with #968DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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