Html Css Color HEX #968DE0 Blue Bell

📋 copy color: '#968DE0'

red 150 ◦ green 141 ◦ blue 224

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

Shades of Blue Bell #968DE0

Tints of Blue Bell #968DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.5%

R = 29.13%
G = 27.38%
B = 43.5%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#968DE0 (or 0x968DE0) is known color: Blue Bell. HEX triplet: 96, 8D and E0. RGB value is (150,141,224). Sum of RGB (Red+Green+Blue) = 150+141+224=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #968DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DE0 is #69721F. Grayscale: #989898. Windows color (decimal): -6910496 or 14716310. OLE color: 14716310.

HSL color Cylindrical-coordinate representation of color #968DE0: hue angle of 246.51º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968DE0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 141 224 -
CMYK 0.33 0.37 0 0.12
HSL 246.51º 0.57% 0.72% -
HSV(B) 246.51º 0.37% 0.88% -
XYZ 35.56 30.92 74.61 -
YUV 153.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 150 141 224 0.33 0.37 0 0.12 246.51 0.57 0.72
Hex 96 8D E0 21 25 0 C F7 39 48
Octal 226 215 340 41 45 0 14 367 71 110
Binary 10010110 10001101 11100000 100001 100101 0 1100 11110111 111001 1001000

Color Harmonies of #968DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968DE0

Black with #968DE0

Text Example


Text Example

White with #968DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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