Html Css Color HEX #968EDA Blue Bell

📋 copy color: '#968EDA'

red 150 ◦ green 142 ◦ blue 218

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

Shades of Blue Bell #968EDA

Tints of Blue Bell #968EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.84%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 29.41%
G = 27.84%
B = 42.75%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#968EDA (or 0x968EDA) is known color: Blue Bell. HEX triplet: 96, 8E and DA. RGB value is (150,142,218). Sum of RGB (Red+Green+Blue) = 150+142+218=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #968EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDA is #697125. Grayscale: #989898. Windows color (decimal): -6910246 or 14323350. OLE color: 14323350.

HSL color Cylindrical-coordinate representation of color #968EDA: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968EDA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 142 218 -
CMYK 0.31 0.35 0 0.15
HSL 246.32º 0.51% 0.71% -
HSV(B) 246.32º 0.35% 0.85% -
XYZ 34.91 30.89 70.45 -
YUV 153.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 150 142 218 0.31 0.35 0 0.15 246.32 0.51 0.71
Hex 96 8E DA 1F 23 0 F F6 33 47
Octal 226 216 332 37 43 0 17 366 63 107
Binary 10010110 10001110 11011010 11111 100011 0 1111 11110110 110011 1000111

Color Harmonies of #968EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EDA

Black with #968EDA

Text Example


Text Example

White with #968EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,142,218); }

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

background-color css

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

 a { background-color: rgb(150,142,218); }

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

border-color css

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

 span { border-color: rgb(150,142,218); }

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