Html Css Color HEX #968FDE Blue Bell

📋 copy color: '#968FDE'

red 150 ◦ green 143 ◦ blue 222

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

Shades of Blue Bell #968FDE

Tints of Blue Bell #968FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 29.13%
G = 27.77%
B = 43.11%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#968FDE (or 0x968FDE) is known color: Blue Bell. HEX triplet: 96, 8F and DE. RGB value is (150,143,222). Sum of RGB (Red+Green+Blue) = 150+143+222=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #968FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FDE is #697021. Grayscale: #999999. Windows color (decimal): -6909986 or 14585750. OLE color: 14585750.

HSL color Cylindrical-coordinate representation of color #968FDE: hue angle of 245.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968FDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 143 222 -
CMYK 0.32 0.36 0 0.13
HSL 245.32º 0.54% 0.72% -
HSV(B) 245.32º 0.36% 0.87% -
XYZ 35.58 31.4 73.29 -
YUV 154.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 150 143 222 0.32 0.36 0 0.13 245.32 0.54 0.72
Hex 96 8F DE 20 24 0 D F5 36 48
Octal 226 217 336 40 44 0 15 365 66 110
Binary 10010110 10001111 11011110 100000 100100 0 1101 11110101 110110 1001000

Color Harmonies of #968FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FDE

Black with #968FDE

Text Example


Text Example

White with #968FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,143,222); }

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

background-color css

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

 a { background-color: rgb(150,143,222); }

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

border-color css

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

 span { border-color: rgb(150,143,222); }

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