Html Css Color HEX #968AD1 Blue Bell

📋 copy color: '#968AD1'

red 150 ◦ green 138 ◦ blue 209

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

Shades of Blue Bell #968AD1

Tints of Blue Bell #968AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 30.18%
G = 27.77%
B = 42.05%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#968AD1 (or 0x968AD1) is known color: Blue Bell. HEX triplet: 96, 8A and D1. RGB value is (150,138,209). Sum of RGB (Red+Green+Blue) = 150+138+209=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #968AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD1 is #69752E. Grayscale: #959595. Windows color (decimal): -6911279 or 13732502. OLE color: 13732502.

HSL color Cylindrical-coordinate representation of color #968AD1: hue angle of 250.14º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968AD1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 138 209 -
CMYK 0.28 0.34 0 0.18
HSL 250.14º 0.44% 0.68% -
HSV(B) 250.14º 0.34% 0.82% -
XYZ 33.17 29.26 64.22 -
YUV 149.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 150 138 209 0.28 0.34 0 0.18 250.14 0.44 0.68
Hex 96 8A D1 1C 22 0 12 FA 2C 44
Octal 226 212 321 34 42 0 22 372 54 104
Binary 10010110 10001010 11010001 11100 100010 0 10010 11111010 101100 1000100

Color Harmonies of #968AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968AD1

Black with #968AD1

Text Example


Text Example

White with #968AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,209); }

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

background-color css

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

 a { background-color: rgb(150,138,209); }

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

border-color css

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

 span { border-color: rgb(150,138,209); }

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